molviewer is a web application for rendering simple molecules structure. It uses such technologies as SVG and HTML5.
For local development clone run next commands:
$ https://github.com/rfatkullin/molviewer.git
$ cd molviewer
$ npm install
$ npm start