Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Analysis Server #8

@thosakwe

Description

@thosakwe

Going to do this with Dart and nero, this is a very good combination for a small-scale server like this.

main() {
  final app = new Nero();

  app.post('/subscribe', (req) {
    // Set up WS, etc...
  });

  return app.listen();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions