1
1

More than 3 years have passed since last update.

Node.js関連の参考URL

Last updated at Posted at 2019-09-02

個人用のメモです。
僕が初学者なので、初学者の人が読んでわかるリンクを載せています。
日々更新します。
世の中に発信してくれている人達のおかげで僕もコツコツ作品作れます。
ありがとうございます。

  • MacにNode.jsをインストール

https://qiita.com/kyosuke5_20/items/c5f68fc9d89b84c0df09

  • Node.jsでserver.listenするlocalhostのIPアドレス

http://arisua4.hatenablog.com/entry/2015/05/11/234251
127.0.0.1にすればいいやつ。

  • node-postgres公式ドキュメント

https://node-postgres.com/features/connecting

  • node-postgresへのアクセスの仕方

https://symfoware.blog.fc2.com/blog-entry-2114.html

  • 勉強メモ/npmの使い方

https://qiita.com/msakamoto_sf/items/a1ae46979a42d6948ebd

  • テンプレートエンジンEJSで使える便利な構文まとめ

https://qiita.com/y_hokkey/items/31f1daa6cecb5f4ea4c9

  • [Express] Expressの開発環境構築~デバッグ環境構築

https://qiita.com/ksh-fthr/items/c22dedbc0952bfdcc808
ポート番号変更したい時に参考にしました。

  • 日付の扱い

https://techacademy.jp/magazine/16245

  • dateutilsを日本時間にしたい

https://confrage.jp/ecma-script6%EF%BC%88javascript%EF%BC%89%E3%81%AEnew-date%E3%82%92utc%E3%81%8B%E3%82%89jst%E3%81%AB%E5%A4%89%E6%8F%9B%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95/

  • ログを出力したい

https://github.com/log4js-node/log4js-node/blob/master/README.md
本家です。

https://www.sejuku.net/blog/82816
もうちょい噛み砕いているもの。

  • バッファ(バイナリ)を文字列にする

http://info-i.net/buffer-string#i-3

1
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1