Revision 21bdbff6c11c2051f0e4a1ab54105e461d2ae372 authored by Einar Otto Stangvik on 25 April 2013, 08:02:05 UTC, committed by Einar Otto Stangvik on 25 April 2013, 08:02:05 UTC
Added simple example of using ws over SSL
2 parent s ee74d29 + b838d6c
Raw File
binding.gyp
{
  'targets': [
    {
      'target_name': 'validation',
      'cflags': [ '-O3' ],
      'sources': [ 'src/validation.cc' ]
    },
    {
      'target_name': 'bufferutil',
      'cflags': [ '-O3' ],
      'sources': [ 'src/bufferutil.cc' ]
    }
  ]
}
back to top