2018년 10월 18일 목요일

JavaScript - Library (라이브러리 모음) #2




List of JavaScript libraries



Constraint programming

DOM (manipulation) oriented

Graphical/visualization (canvas or SVG related)

GUI (Graphical user interface) -related (widget)

No longer actively developed

Pure JavaScript/Ajax

Template systems

Unit testing

Web-application related (MVC, MVVM)

Other

See also





출처 : https://en.wikipedia.org/wiki/List_of_JavaScript_libraries





댓글 없음:

댓글 쓰기

Flutter #0

[Flutter 교육] Dart vs JavaScript 타입 시스템 비교 1. 기본 타입 차이 숫자 타입 // Dart int integerNumber = 42; // 정수 double floatingPoint = 3.14; // 부...