This week, the assignment was to write server-side JavaScript to create an API that accepts AJAX request coming from a client-side web application to create, read, update, and delete data that are living on the server.
I decided to create a simple chat room application that anyone can use.
Here's the Live Demo on Glitch
And here you can find the List of Chat Room APIs
- Installation of node.js is required. Follow this guide to install it.
- Run the following commands in the Terminal.
git clone https://github.com/cuinjune/chat-room.git
cd chat-room
npm install dependencies
npm start
- Open your web browser and navigate to http://localhost:3000