add sigmajs to bill of materials
This commit is contained in:
parent
0271548a50
commit
e523f3a859
|
@ -9,9 +9,9 @@ I am currently in the process of migrating from a Python and Django-based
|
||||||
backend to one written in Elixir. This list is what *will* be used in the near
|
backend to one written in Elixir. This list is what *will* be used in the near
|
||||||
future.
|
future.
|
||||||
### Crawler and API
|
### Crawler and API
|
||||||
* [Elixir](https://elixir-lang.org/)
|
* [Elixir](https://elixir-lang.org/) (the language)
|
||||||
* [Phoenix](https://phoenixframework.org/)
|
* [Phoenix](https://phoenixframework.org/) (the web framework)
|
||||||
* [HTTPoison](https://hexdocs.pm/httpoison/readme.html)
|
* [HTTPoison](https://hexdocs.pm/httpoison/readme.html) (for crawling servers)
|
||||||
* See [/backend/mix.env](/backend/mix.env) for a complete overview of
|
* See [/backend/mix.env](/backend/mix.env) for a complete overview of
|
||||||
dependencies
|
dependencies
|
||||||
|
|
||||||
|
@ -19,8 +19,9 @@ future.
|
||||||
* [Gephi toolkit](https://gephi.org/toolkit/)
|
* [Gephi toolkit](https://gephi.org/toolkit/)
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
* [React](https://reactjs.org/)
|
* [React](https://reactjs.org/) (the UI framework)
|
||||||
* [Blueprint](https://blueprintjs.com/)
|
* [Blueprint](https://blueprintjs.com/) (a collection of pre-existing UI components)
|
||||||
|
* [Sigma.js](http://sigmajs.org/) (for graph visualization)
|
||||||
* See [/frontend/package.json](/frontend/package.json) for a complete overview
|
* See [/frontend/package.json](/frontend/package.json) for a complete overview
|
||||||
of dependencies
|
of dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue