mirror of
https://github.com/guilhermewerner/chat
synced 2025-06-15 19:04:18 +00:00
30 lines
473 B
Markdown
30 lines
473 B
Markdown
# Chat
|
|
|
|
A simple realtime chat website. Made with JavaScript, Express, Socket.io and Bootstrap
|
|
|
|
### Requirements
|
|
|
|
- [Node](https://nodejs.org/en/)
|
|
|
|
### Instalation
|
|
|
|
After clone the repository, install the dependencies using:
|
|
|
|
`npm install`
|
|
|
|
### Starting the server
|
|
|
|
`npm start`
|
|
|
|
### Contributing
|
|
|
|
Anyone can submit a pull request and improve the project. New features comes soon.
|
|
|
|
### Author
|
|
|
|
Guilherme Werner
|
|
|
|
### Liscence
|
|
|
|
This project is licensed under the MIT License.
|