https://github.com/kevinast/dmrst
deployable-monorepo-socket-test
https://github.com/kevinast/dmrst
heroku-deployment monorepo proof-of-concept socket-io websockets
Last synced: about 1 month ago
JSON representation
deployable-monorepo-socket-test
- Host: GitHub
- URL: https://github.com/kevinast/dmrst
- Owner: KevinAst
- License: mit
- Created: 2022-09-08T15:37:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:43:20.000Z (over 1 year ago)
- Last Synced: 2025-03-05T18:28:51.245Z (over 1 year ago)
- Topics: heroku-deployment, monorepo, proof-of-concept, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dmrst (deployable-monorepo-socket-test)
This repo is a proof-of-concept sandbox that tests/proves the following concepts:
- a monorepo, containing all modules _(server/client/common-utils)_ - **my own [KISS](https://en.wikipedia.org/wiki/KISS_principle) rendition**
- deployable to a production service _([Heroku](https://www.heroku.com/))_
- SmartSystem WebSockets Integration _(using Socket.IO)_