Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from severo/rewrite
Browse files Browse the repository at this point in the history
Rewrite
  • Loading branch information
severo authored Jan 27, 2020
2 parents db39e75 + ea928f6 commit 45a65c4
Show file tree
Hide file tree
Showing 46 changed files with 4,911 additions and 394 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ node_modules/
# dotenv environment variables file
.env
.env.test

# Coverage reports
.nyc_output/

# Ignore built ts files
dist/**/*
5 changes: 5 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extension": ["ts"],
"spec": "src/**/*.spec.ts",
"require": "ts-node/register"
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ No version deployed for now.

See [CHANGELOG.md](./CHANGELOG.md) for more details.

## Developer notes

- socket.io parses and serializes the data payload as JSON. Refer to
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
and
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify.

## Credits

Project developed for the [LIRIS M2i project](https://projet.liris.cnrs.fr/mi2/)
Expand Down
93 changes: 0 additions & 93 deletions index.js

This file was deleted.

Loading

0 comments on commit 45a65c4

Please sign in to comment.