forked from noxious/server
added resources
This commit is contained in:
parent
0a51c72cc8
commit
2e380e9b10
@ -1,3 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* Resources:
|
||||||
|
* https://deepinder.me/creating-a-real-time-chat-app-with-vue-socket-io-and-nodejs-2
|
||||||
|
* https://socket.io/docs/v4/server-api/
|
||||||
|
*/
|
||||||
|
|
||||||
import express from 'express';
|
import express from 'express';
|
||||||
import { Server } from 'socket.io';
|
import { Server } from 'socket.io';
|
||||||
import http from 'http';
|
import http from 'http';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user