Skip to content

[@autonomys/rpc] Ease the underlying HTTP server #356

@clostao

Description

@clostao

Currently, setting up the underlying http server in RPC server is a bit too complex and requires improvement in the devEx

{
      server: {
        httpServer: app.listen(config.port, () => {
          logger.info(`Server is running on port ${config.port}`)
        }),
        callbacks: {},
      },
},

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions