Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulkit5ingh/socket-express-biolerplate
https://github.com/pulkit5ingh/socket-express-biolerplate
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulkit5ingh/socket-express-biolerplate
- Owner: pulkit5ingh
- Created: 2021-01-09T17:10:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T15:45:02.000Z (over 3 years ago)
- Last Synced: 2023-12-09T21:28:31.079Z (11 months ago)
- Language: EJS
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build A Group-Chat App in 30 Lines Using Node.js
A simple and (hopefully) to-the-point tutorial to build your first group-chat application using Node.js in less than 30 lines of code.
## Running the program
Run the program by using
```shell
$ node index.js
```