Skip to content

Commit

Permalink
chore(socketio): socketio extension improvements (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rondon <[email protected]>
Signed-off-by: mayank <[email protected]>
  • Loading branch information
alexkander committed Oct 17, 2020
1 parent 713d6b9 commit acfeb8f
Show file tree
Hide file tree
Showing 14 changed files with 4,626 additions and 267 deletions.
8 changes: 5 additions & 3 deletions examples/socketio/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ export * from './application';
export async function main(options: ApplicationConfig = {}) {
const app = new SocketIOExampleApplication(
options || {
httpServerOptions: {
host: '127.0.0.1',
port: 3001,
socketio: {
http: {
host: '127.0.0.1',
port: 3001,
},
},
socketIOOptions: {},
},
Expand Down
Loading

0 comments on commit acfeb8f

Please sign in to comment.