How to share data between pages without a webserver?
2 views
Skip to first unread message
bos...@gmail.com
unread,
Dec 25, 2012, 4:30:38 AM12/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Hi,
I use query paramaters for the purpuse between local html files.
but that way should make lack data if we had mistaken.
there maybe exist other way, such as cookie local-data in process web server, other global objects...
Comments?
Roger
unread,
Dec 25, 2012, 5:21:45 AM12/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com, bos...@gmail.com
You can do it by storing objects in the Node context, which is shared between pages.
From:bos...@gmail.com Sent: Tue Dec 25 17:30:38 格林尼治标准时间+0800 2012 To:node-...@googlegroups.com Subject: [node-webkit] How to share data between pages without a webserver?