Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crgiopeca88/angular-socketio-chat
This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.
https://github.com/crgiopeca88/angular-socketio-chat
angular css expressjs html javascript socket-io webpack
Last synced: 10 days ago
JSON representation
This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.
- Host: GitHub
- URL: https://github.com/crgiopeca88/angular-socketio-chat
- Owner: CrgioPeca88
- License: gpl-3.0
- Created: 2021-04-08T02:18:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T00:32:17.000Z (over 3 years ago)
- Last Synced: 2024-11-15T19:25:58.168Z (2 months ago)
- Topics: angular, css, expressjs, html, javascript, socket-io, webpack
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat App - Angular & Socket.io
This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.
## Frontend Local Run
After cloning, go to the root folder and run:
- `npm run install-frontend`
- `npm run frontend`## Backend Local Run
After cloning, go to the root folder and run:
- `npm run install-backend`
- `npm run backend`