File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Tiny Browser Framework
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/thedumbterminal/TinyBrowserFramework.svg?branch=master )] ( https://travis-ci.org/thedumbterminal/TinyBrowserFramework )
4
+
3
5
Tiny browser web framework, which communicates to the server via a websocket. All DOM changes are performed using HTML provided by the server.
4
6
5
7
Minified size is 2.25 Kb which when transmitted compressed is 858 Bytes!
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tiny-browser-framework" ,
3
- "description" : " Minimal Client JS Framework " ,
3
+ "description" : " Minimal Client JS Framework" ,
4
4
"version" : " 1.0.0" ,
5
5
"homepage" : " https://github.com/thedumbterminal/TinyBrowserFramework" ,
6
6
"author" : {
7
7
"name" : " thedumbterminal" ,
8
8
9
9
"url" : " http://www.thedumbterminal.co.uk"
10
10
},
11
+ "main" : " src/index.js" ,
11
12
"license" : " MIT" ,
12
13
"repository" : {
13
14
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments