All Projects → murrayee → m-server

murrayee / m-server

Licence: other
egg.js简单应用

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to m-server

Egg Socket.io
socket.io plugin for eggjs.
Stars: ✭ 209 (+497.14%)
Mutual labels:  socket-io, egg
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-60%)
Mutual labels:  socket-io
blog-single-user-websocket
Enforcing a single web socket connection per user with Node.js, Socket.IO, and Redis. Sample repository for my article on Medium.
Stars: ✭ 67 (+91.43%)
Mutual labels:  socket-io
create-egg
so you could use `npm init egg showcase` to init egg project
Stars: ✭ 28 (-20%)
Mutual labels:  egg
quickmeet
A video chat/meeting webapp using WebRTC and WebSockets. Basically a Google Meet clone + a collaborative Whiteboard.
Stars: ✭ 75 (+114.29%)
Mutual labels:  socket-io
YoutubeWithFriends
main repo for youtube-with-friends
Stars: ✭ 12 (-65.71%)
Mutual labels:  socket-io
harker-bell
Official bell schedule app
Stars: ✭ 41 (+17.14%)
Mutual labels:  socket-io
vega
HTTP Client w/ Team Sharing Features!
Stars: ✭ 20 (-42.86%)
Mutual labels:  socket-io
ikisocket
🧬 WebSocket wrapper with event management for Fiber https://github.com/gofiber/fiber. Based on Fiber WebSocket and inspired by Socket.io
Stars: ✭ 92 (+162.86%)
Mutual labels:  socket-io
unite
Microsoft Engage 2021 - Video Conferencing Application
Stars: ✭ 143 (+308.57%)
Mutual labels:  socket-io
Project12-C-Slack-Web
🔥🔥🔥🚀⚡ [12-C팀] 겁나 빠른 슬랙 프로젝트 ⚡🚀🔥🔥🔥
Stars: ✭ 22 (-37.14%)
Mutual labels:  socket-io
spiced academy--p2p chat
A fun and easy messaging app that allows private conversations through P2P
Stars: ✭ 17 (-51.43%)
Mutual labels:  socket-io
socket.io-react
A High-Order component to connect React and Socket.io easily
Stars: ✭ 67 (+91.43%)
Mutual labels:  socket-io
realtime-geolocation
Geolocation tracking app with Node.js, Socket.io, & AngularJS
Stars: ✭ 29 (-17.14%)
Mutual labels:  socket-io
node-chat
A demo of using socket.io + backbone.js to create a simple chatroom service.
Stars: ✭ 43 (+22.86%)
Mutual labels:  socket-io
rust-socketio
An implementation of a socket.io client written in the Rust programming language.
Stars: ✭ 198 (+465.71%)
Mutual labels:  socket-io
shikshak
Academics made Affordable.
Stars: ✭ 16 (-54.29%)
Mutual labels:  socket-io
socketio-jwt-auth
Socket.io authentication middleware using Json Web Token
Stars: ✭ 87 (+148.57%)
Mutual labels:  socket-io
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+78257.14%)
Mutual labels:  socket-io
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (-45.71%)
Mutual labels:  socket-io

##简介

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:9090/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].