Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 680 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 680 Bytes

slack-overflow

This is an AJAX exercise. A simple forum that POSTs and GETs messages from the main server.

This exercise was made as part of an AJAX class. Using plain JavaScript and making a large AJAX function with a callback to exectue all possible requests the particular server could handle.

Go check it out!

Go to https://ItamarGronich.github.io/slack-overflow to check it out.

Simply fill out your name and tyoe your message, press send and the message will be sent to the general server where all students of this particular exercise also participate.

You can also edit and delete messages. You can only delete messages that came from the same IP adress though.