Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsgroeber/chat-wall
https://github.com/larsgroeber/chat-wall
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsgroeber/chat-wall
- Owner: larsgroeber
- Created: 2017-12-27T15:40:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T16:40:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T23:12:51.710Z (about 1 month ago)
- Language: CSS
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Wall
Simple live chat/message wall to which everyone can write. Uses angular5, express and mongodb.
## Instructions
(still very much in development)
Requires node, angular/cli, nodemon and ts-node.
```
yarn install
yarn run build
yarn run start:server
```Then open `http://localhost:3000`.