This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248357 - Sample project for NodeJS backend and HTML5/JS client
Summary: Sample project for NodeJS backend and HTML5/JS client
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Samples (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks: 248204
  Show dependency tree
 
Reported: 2014-11-03 09:06 UTC by Vladimir Riha
Modified: 2014-11-04 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (8.28 KB, application/zip)
2014-11-03 09:06 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-11-03 09:06:05 UTC
Created attachment 150225 [details]
sample project

Please check the attached project, would be good to have it as a sample - contains server backend, Knockout on client, Grunt, Bower...

P.S. I does not contain any license and maybe some "vriha" in comments...

Thanks
Comment 1 Tomas Mysik 2014-11-03 09:36:08 UTC
Any ideas for this sample name and its description? Thanks.
Comment 2 Vladimir Riha 2014-11-03 09:42:50 UTC
Not really sure :) Maybe something like

"Sample HTML5/JS project with Node.js server showing how to use Node.js to serve static files that contains Knockout and handle API calls using Express framework. Includes Grunt tasks for code validation."
Comment 3 Tomas Mysik 2014-11-03 11:32:28 UTC
What about its name?
Comment 4 Tomas Mysik 2014-11-03 12:45:17 UTC
Done, please verify. I have added licenses and fixed some metadata (project name etc.).

Thanks.

http://hg.netbeans.org/web-main/rev/5820fe84cc60
Comment 5 Vladimir Riha 2014-11-04 09:04:08 UTC
Thank you, it works fine. I've fixed minor case sensitivity issue.

http://hg.netbeans.org/web-main/rev/564acfa1555b


Product Version: NetBeans IDE Dev (Build web-main-1492-on-20141104)
Java: 1.8.0_20; Java HotSpot(TM) Client VM 25.20-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-b26
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 6 Quality Engineering 2014-11-04 10:34:10 UTC
Integrated into 'main-silver', will be available in build *201411040753* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5820fe84cc60
User: Tomas Mysik <tmysik@netbeans.org>
Log: #248357 - Sample project for NodeJS backend and HTML5/JS client