日時: | 2017-12-03 |
---|---|
作: | 時雨堂 |
バージョン: | 17.6.30 |
URL: | https://shiguredo.jp/ |
2017 年 6 月 30 日をもって開発/販売を終了しました。
日時: | 2017-12-03 |
---|---|
作: | 時雨堂 |
バージョン: | 17.6.30 |
URL: | https://shiguredo.jp/ |
2017 年 6 月 30 日をもって開発/販売を終了しました。
Original: "Callbacks are imperative, promises are functional: Node's biggest missed opportunity" by James Coglan
Translated by Yuta Okamoto (@okapies)
###* | |
# hogehoge test description | |
# @class Hoge | |
### | |
class Hoge | |
###* | |
# fuga is number | |
# @property {Number} fuga | |
### | |
@fuga |
# Config for Nginx to act as a front-end for Riak | |
# The main goal is to proxy all GETs directly to Riak, and disallow anything else (POST, PUT, etc) | |
# Also, disallow use of the map/reduce query links (i.e. /riak/bucket/key/_,_,_) | |
# Config is in /etc/nginx/sites-available/default or somewhere like that | |
# Set up load-balancing to send requests to all nodes in the Riak cluster | |
# Replace these IPs/ports with the locations of your Riak nodes | |
upstream riak_hosts { | |
server 127.0.0.1:8098; |