LoginSignup
1
0

More than 5 years have passed since last update.

emscripten and DDD

Last updated at Posted at 2016-12-21
1 / 13

speaker

janus_wel@CureApp


kanashii.png


DDD


a way of

  • design methodology
  • team building
  • business


domain model


e.g.

  • GTD tool
    • todo
  • vending machine
    • price
    • coins dropped in
    • change

demo


https://github.com/januswel/react-emscripten-todo
https://januswel.github.io/react-emscripten-todo/src/public/index.html


summary


C++ is great!!


emscripten is also awesome!!


I wish...

  • support multi-platform
    • Universal JavaScript
    • adapting standards for modules
      • CommonJS
      • ES Modules
  • (garbage colection)
    • .delete is hard for JavaScripter
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0