[Groonga-commit] droonga/droonga.org at 68b9fbd [gh-pages] Enable plugins for express-droonga

Back to archive index

Yoji Shidara null+****@clear*****
Thu Oct 24 11:08:01 JST 2013


Yoji Shidara	2013-10-24 11:08:01 +0900 (Thu, 24 Oct 2013)

  New Revision: 68b9fbd8f91f3f806c7f9f1a28279c7d397aa1e7
  https://github.com/droonga/droonga.org/commit/68b9fbd8f91f3f806c7f9f1a28279c7d397aa1e7

  Message:
    Enable plugins for express-droonga

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+7 -1)
===================================================================
--- tutorial/index.md    2013-10-24 11:06:17 +0900 (33ee215)
+++ tutorial/index.md    2013-10-24 11:08:01 +0900 (57a0a10)
@@ -321,7 +321,13 @@ frontend.js:
     application.droonga({
       prefix: '/droonga',
       tag:    'droonga',
-      server: server // this is required to initialize Socket.IO API!
+      server: server, // this is required to initialize Socket.IO API!
+      plugins: [
+        droonga.API_REST,
+        droonga.API_SOCKET_IO,
+        droonga.API_GROONGA,
+        droonga.API_DROONGA
+      ]
     });
 
 `frontend.js` を実行します。
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index